home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / games / mac / __adventureland__ / __adventure_helpers__ / gurps__3rd_edition / card_61480.txt < prev    next >
Text File  |  1991-01-08  |  5KB  |  178 lines

  1. -- card: 61480 from stack: in
  2. -- bmap block id: 61753
  3. -- flags: 4000
  4. -- background id: 4234
  5. -- name: Shyness
  6. ----- HyperTalk script -----
  7. on openCard
  8.   push recent card
  9. end OpenCard
  10.  
  11.  
  12.  
  13.  
  14. -- part 10 (field)
  15. -- low flags: 01
  16. -- high flags: 0000
  17. -- rect: left=18 top=58 right=271 bottom=499
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 0
  21. -- font id: 200
  22. -- text size: 10
  23. -- style flags: 0
  24. -- line height: 13
  25. -- part name: 
  26.  
  27.  
  28. -- part 8 (button)
  29. -- low flags: 00
  30. -- high flags: A003
  31. -- rect: left=18 top=272 right=295 bottom=173
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Mild Shyness
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   global disadv,disadvp,points,killed
  43.   put "Shyness, Mild" into disadv
  44.   put "Shyness" into AT
  45.   put 5 into disadvp
  46.   put Exclusive(AT) into result
  47.   if (result is empty) then
  48.     exit MouseUp
  49.   end if
  50.   put NextSpace(i) into b
  51.   put disadv into line b of field "Disadvantages" of card "Work"
  52.   put (0-disadvp) into line b of field "DPoints" of card "Work"
  53.   put points-disadvp into points
  54.   put points into field "Points" of card "Work"
  55.   visual effect iris close
  56.   pop card
  57. end mouseUp
  58.  
  59.  
  60.  
  61.  
  62.  
  63. -- part 9 (button)
  64. -- low flags: 00
  65. -- high flags: A003
  66. -- rect: left=204 top=301 right=323 bottom=304
  67. -- title width / last selected line: 0
  68. -- icon id / first selected line: 0 / 0
  69. -- text alignment: 1
  70. -- font id: 0
  71. -- text size: 12
  72. -- style flags: 0
  73. -- line height: 16
  74. -- part name: Cancel
  75. ----- HyperTalk script -----
  76. on mouseUp
  77.   visual effect iris close
  78.   go to card "Disadvantage Card"
  79. end mouseUp
  80.  
  81.  
  82.  
  83. -- part 11 (field)
  84. -- low flags: 01
  85. -- high flags: 0000
  86. -- rect: left=190 top=34 right=58 bottom=435
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 0 / 0
  89. -- text alignment: 0
  90. -- font id: 2
  91. -- text size: 18
  92. -- style flags: 256
  93. -- line height: 24
  94. -- part name: 
  95.  
  96.  
  97. -- part 13 (button)
  98. -- low flags: 00
  99. -- high flags: A003
  100. -- rect: left=335 top=273 right=296 bottom=490
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 0 / 0
  103. -- text alignment: 1
  104. -- font id: 0
  105. -- text size: 12
  106. -- style flags: 0
  107. -- line height: 16
  108. -- part name: Crippling Shyness
  109. ----- HyperTalk script -----
  110. on mouseUp
  111.   global disadv,disadvp,points,killed
  112.   put "Shyness, Crippling" into disadv
  113.   put "Shyness" into AT
  114.   put 15 into disadvp
  115.   put Exclusive(AT) into result
  116.   if (result is empty) then
  117.     exit MouseUp
  118.   end if
  119.   put NextSpace(i) into b
  120.   put disadv into line b of field "Disadvantages" of card "Work"
  121.   put (0-disadvp) into line b of field "DPoints" of card "Work"
  122.   put points-disadvp into points
  123.   put points into field "Points" of card "Work"
  124.   visual effect iris close
  125.   pop card
  126. end mouseUp
  127.  
  128.  
  129.  
  130.  
  131.  
  132. -- part 14 (button)
  133. -- low flags: 00
  134. -- high flags: A003
  135. -- rect: left=178 top=273 right=296 bottom=333
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 0 / 0
  138. -- text alignment: 1
  139. -- font id: 0
  140. -- text size: 12
  141. -- style flags: 0
  142. -- line height: 16
  143. -- part name: Severe Shyness
  144. ----- HyperTalk script -----
  145. on mouseUp
  146.   global disadv,disadvp,points,killed
  147.   put "Shyness, Severe" into disadv
  148.   put "Shyness" into AT
  149.   put 10 into disadvp
  150.   put Exclusive(AT) into result
  151.   if (result is empty) then
  152.     exit MouseUp
  153.   end if
  154.   put NextSpace(i) into b
  155.   put disadv into line b of field "Disadvantages" of card "Work"
  156.   put (0-disadvp) into line b of field "DPoints" of card "Work"
  157.   put points-disadvp into points
  158.   put points into field "Points" of card "Work"
  159.   visual effect iris close
  160.   pop card
  161. end mouseUp
  162.  
  163.  
  164.  
  165.  
  166.  
  167. -- part contents for card part 10
  168. ----- text -----
  169.    You are uncomfortable around strangers.  This disadvantage comes in three grades:  Mild, Severe, Crippling.  You must roleplay your shyness!  This disadvantage can be "bought off" one level at a time.
  170.    Mild Shyness:  Somewhat uncomfortable around strangers, especially assertive or attractive ones, -1 on any skill that requires you to deal with the public -- in particular, Acting, Bard, Carousing, Diplomacy, Fast-Talk, Leadership, Merchant, Politics, Savoir-Faire, Sex Appeal, Streetwise, and Teaching.  -5 pts.
  171.    Severe Shyness:  Very uncomfortable around strangers, and tends to be very quiet even among friends.  -2 on any skill that requires you to deal with the public.  -10 points.
  172.    Crippling Shyness:  Avoids strangers whenever possible.  Incapable of public speaking.  May not learn any skill that involves dealing with the public; -4 on default rolls on such skills.  -15 points.
  173.    
  174.  
  175.  
  176. -- part contents for card part 11
  177. ----- text -----
  178. Shyness